From ce15718ae5c0c922871a2971d7f26527688e13a8 Mon Sep 17 00:00:00 2001 From: Rob Hoes Date: Mon, 21 Oct 2013 14:32:31 +0100 Subject: [PATCH] libxl: ocaml: add META to list of generated files in Makefile Signed-off-by: Rob Hoes Acked-by: Ian Campbell Acked-by: Ian Jackson --- tools/ocaml/libs/xl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ocaml/libs/xl/Makefile b/tools/ocaml/libs/xl/Makefile index c9e5274ea4..4195bfc8e5 100644 --- a/tools/ocaml/libs/xl/Makefile +++ b/tools/ocaml/libs/xl/Makefile @@ -19,7 +19,7 @@ OCAML_LIBRARY = xenlight GENERATED_FILES += xenlight.ml xenlight.ml.tmp xenlight.mli xenlight.mli.tmp GENERATED_FILES += _libxl_types.ml.in _libxl_types.mli.in -GENERATED_FILES += _libxl_types.inc +GENERATED_FILES += _libxl_types.inc META all: $(INTF) $(LIBS) -- 2.30.2